Uses of Class
edu.uky.ai.ml.nn.Edge
| Package | Description |
|---|---|
| edu.uky.ai.ml.nn |
Contains classes for representing simple feed-forward neural networks whose
neurons use the sigmoid activation function.
|
-
Uses of Edge in edu.uky.ai.ml.nn
Fields in edu.uky.ai.ml.nn with type parameters of type Edge Modifier and Type Field Description java.lang.Iterable<Edge>Neuron. childrenAll edges leading away from this neuron to another neuronjava.lang.Iterable<Edge>NeuralNetwork. edgesAll the weighted directed edges present in the networkjava.lang.Iterable<Edge>Neuron. parentsAll edges leading to this neuron from another neuron